home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 53696 / 53696.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-01-21  |  1KB  |  26 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  3.     <Description about="urn:mozilla:install-manifest">
  4.         <em:id>firefox@glideos.com</em:id>
  5.         <em:version>1.0.5.0</em:version>
  6.         <em:type>2</em:type>
  7.         
  8.         <!-- Target Application this extension can install into, with minimum and maximum supported versions. --> 
  9.         <em:targetApplication>
  10.             <Description>
  11.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  12.                 <em:minVersion>3.0</em:minVersion>
  13.                 <em:maxVersion>3.6.*</em:maxVersion>
  14.             </Description>
  15.         </em:targetApplication>
  16.         
  17.         <!-- Front End MetaData -->
  18.         <em:name>Glide OS Firefox Extension</em:name>
  19.         <em:iconURL>chrome://glide/content/images/icon.png</em:iconURL>
  20.         <em:description>Glide the Web with your portable OS that goes where you go.</em:description>
  21.         <em:creator>TransMedia Corporation</em:creator>
  22.         <em:homepageURL>http://www.glidelife.com/</em:homepageURL>
  23.         <!-- <em:updateURL>https://alpha.glidelife.com/download/firefox_updates.rdf</em:updateURL> -->
  24.     </Description>      
  25. </RDF>
  26.